home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00472.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  445 b   |  26 lines

  1. on sel20
  2.   global bore, sel, t1, drums
  3.   light()
  4.   set bore to bore + 1
  5.   borecheck()
  6.   set sel to 13
  7.   if drums = 0 then
  8.     puppetSound(1, 0)
  9.     puppetSound(1, 219)
  10.     set drums to 1
  11.   end if
  12.   if t1 = 2 then
  13.     puppetSound(4, 0)
  14.     puppetSound(3, 0)
  15.     puppetSound(4, 77)
  16.     puppetSound(3, 78)
  17.     set t1 to 3
  18.   else
  19.     puppetSound(4, 0)
  20.     puppetSound(4, 79)
  21.     puppetSound(3, 0)
  22.     puppetSound(3, 80)
  23.     set t1 to 2
  24.   end if
  25. end
  26.